DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / UseCPUsInParallel Property

In This Topic
    UseCPUsInParallel Property (C1GroupDataCollection<S>)
    In This Topic
    Gets or sets a value indicating whether the operations will be performed using parallels CPU's.
    Syntax
    'Declaration
     
    Public Property UseCPUsInParallel As Boolean
    public bool UseCPUsInParallel {get; set;}
    See Also